#Each item is a separate line. Each line goes:
#name, type, quality, price, description
#type is 0-5 for equipment, 10-20 for items, and 99 for system items.
#If price is 0, the item is un sell/buy/drop able. (For story items.)
#Duplicate names are bad.
#Separate items by newlines (use "\" to continue lines), qualities by '/'s.

Rusty Knife/		0/  1/    5/ A rather useless knife
Dagger/				0/  2/   15/ A small but useful dagger
Short Sword/		0/  3/   35/ Longer than a dagger, but shorter than a \
longsword, a short sword is mainly used for stabbing
Bastard Sword/		0/  4/   50/ Halfway between a one-handed sword and a \
two-handed sword, it can either be wielded with one or two hands
Long Sword/			0/  5/  100/ The weapon of the warrior
Claymore/			0/  7/  250/ This huge sword can behead lesser creatures \
with one stroke
Flamberge/			0/  6/  500/ A formidable weapon
Slasher Sword/		0/  9/  650/ Able to pass through almost all armor, the \
blade narrows to a pinpoint edge
Flame Sword/		0/ 12/ 1100/ Flames run along the edge of the blade
Diamond blade/		0/ 16/ 2500/ Only the greatest armor in existence has a \
chance of stopping a blow from this sword

#add armor
Leather Coif/		3/  1/   5/ Although offering no real protection, this is \
still better than nothing
Chainmail Coif/		3/  2/  15/ Slightly more protective, but still worrying
Helmet/				3/  3/  50/ There are still some dents in this helmet \
from the previous owner
Reinforced Helmet/	3/  5/ 160/ A helmet sporting some reinforcing bars
Leather Gloves/		4/  1/  12/ Made of reinforced leather, this offers cheap \
protection
Chainmail Gauntlets/4/  3/  40/ Made of interlocking rings, this will stop \
many blows
Plate Gauntlets/	4/  5/  80/ There is nothing quite like encasing your \
hands in solid steel to armor yourself
Leather armor/		1/  2/  25/ This will give you some protection, while \
still allowing you to move freely
Chain Breastplate/	1/  4/  75/ Made of interlocking rings, this is a must \
for the adventurer
Dragon Breastplate/	1/ 10/ 200/ The scales glitter with power
Leather Leggings/	5/  1/  20/ They look chewed on
Chainmail Leggings/	5/  2/  50/ The perfect accessory for today's knight
Steel Plate Boots/	5/  5/ 120/ Quite expensive, but worth every gold piece
Small Shield/		2/  2/  20/ A durable and reliable shield
Large Shield/		2/  4/  45/ It leaves your legs exposed, but is great \
otherwise
Tower Shield/		2/  6/  80/ A huge shield, large enough to completely \
hide behind

#add items. 10 is special objects, 11 is healing, 12 is explosives
Key/				  10/  0/  0/ A small, rusty key that was lying in a field
Light healing potion/ 11/ 15/  5/ The healing liquid sloshes around in the vial
Healing potion/		  11/ 25/ 10/ Healing radiates out from the container
Super healing potion/ 11/ 80/ 25/ Able to cure most anything, this should be \
saved for the most dire circumstances
Poison bomb/		  12/ 30/ 20/ A foul-looking potion enclosed in highly \
breakable glass
Smoke bomb /		  12/ 10/  5/ Smoke billows inside the container

#python considers -1 to be the last item in an array. I want -1 to mean
#non-existant. Leave this item in the last place in the items, or face errors.
Ignore/ 99/ 0/ 0/ Bookkeeping object